home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / w95demo / shared.dir / 00460_EXIT.ls < prev    next >
Encoding:
Text File  |  1995-08-22  |  180 b   |  12 lines

  1. on mouseDown
  2.   global gResellerVersion
  3.   hiliteButton()
  4.   if gResellerVersion = 1 then
  5.     hideChecks()
  6.     clearMenuButtons()
  7.     goRestart()
  8.   else
  9.     exitDialog()
  10.   end if
  11. end
  12.